home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be008.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  203 b   |  13 lines

  1. on exitFrame
  2.   set the locV of sprite 5 to the locV of sprite 5 + 10
  3.   if sprite 5 intersects sprite(15) then
  4.     startTimer()
  5.     go(the frame + 1)
  6.   end if
  7.   go(the frame)
  8. end
  9.  
  10. on mouseUp
  11.   go(80)
  12. end
  13.